home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
012
/
quickies.arc
/
BAT.DOC
< prev
next >
Wrap
Text File
|
1987-04-07
|
1KB
|
46 lines
------------------------------------------------------------------------
! .BAT files to do things in DOS !
-------------------------------------------------------------------------
****** ADDFILES.BAT **********
This routine will copy any files in the current drive and
directory which do not exist in the destination drive and
directory, thereby adding the files to the destination without
overwriting any files that already exist.
Call is: ADDFILES d:\path or
ADDFILES d:
Where d:\path or d: is the destination.
Must be called from the SOURCE directory!
******* CHKFIL.BAT **************
This routine checks files for read/disk errors. CHKDSK doesn't
do this.
Call is: CHKFIL <filespec>
Example: CHKFIL a:\dir\*.com
******** REFRESH.BAT *************
This routine will copy any files in the current drive and
directory which also exist in the destination drive and
directory, thereby placing the most current version on the
destination.
Call is: REFRESH d:\path or
REFRESH d:
Where d:\path or d: is the destination.
Must be called from the SOURCE directory.